home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 23
/
Clickx 23.iso
/
Menu.dcr
/
00005_openen popup.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-14
|
185 b
|
10 lines
on exitFrame
if the platform contains "Windows" then
window().new("info")
window("info").type = #dialog
window("info").open()
else
open(window("info"))
end if
end